passKey
Type
property
Summary
Enters a password for a locked stack, letting the user modify the stack.
Syntax
set the passKey of <stack> to <passwordString>
Description
Use the passKey property to unlock a password -protected stack.
If a stack has been locked against modification with a password, you can set the passKey property of the stack to the correct password to unlock the stack. Setting the passKey property is the script equivalent of typing the password into LiveCode's password dialog box. Use this property if you want to perform password authentication in a handler.
Script only stacks are unable to be password protected. In order to password protect a script only stack use the following commands.
set the scriptOnly of stack \"Secrets\" to false
set the password of stack \"Secrets\" to field \"Password\"
Examples
set the passKey of this stack to field "Challenge"
Related
function: stacks
glossary: property, unlock, dialog box, handler
keyword: string
object: stack
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile